home *** CD-ROM | disk | FTP | other *** search
/ TeleMagic 4 / TeleMagic v4.0.iso / tm / data1.cab / Program_Files / TMMAIL.EXE / 0 / RCDATA / TDATABASEORDERFORM / TDATABASEORDERFORM.txt
Encoding:
Text File  |  1999-05-28  |  1.4 KB  |  74 lines

  1. object DatabaseOrderForm: TDatabaseOrderForm
  2.   Left = 381
  3.   Top = 194
  4.   HelpContext = 1543
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Select Databases'
  8.   ClientHeight = 229
  9.   ClientWidth = 337
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 5
  21.     Top = 4
  22.     Width = 220
  23.     Height = 13
  24.     Caption = 'Select the databases you would like to search:'
  25.   end
  26.   object lbDatabases: TCheckListBox
  27.     Left = 3
  28.     Top = 20
  29.     Width = 245
  30.     Height = 205
  31.     OnClickCheck = lbDatabasesClickCheck
  32.     ItemHeight = 13
  33.     TabOrder = 0
  34.   end
  35.   object btnOk: TButton
  36.     Left = 256
  37.     Top = 20
  38.     Width = 75
  39.     Height = 25
  40.     Caption = '&OK'
  41.     Default = True
  42.     TabOrder = 1
  43.     OnClick = btnOkClick
  44.   end
  45.   object btnCancel: TButton
  46.     Left = 256
  47.     Top = 52
  48.     Width = 75
  49.     Height = 25
  50.     Cancel = True
  51.     Caption = '&Cancel'
  52.     TabOrder = 2
  53.     OnClick = btnCancelClick
  54.   end
  55.   object UpButton: TButton
  56.     Left = 256
  57.     Top = 170
  58.     Width = 75
  59.     Height = 25
  60.     Caption = 'Move &Up'
  61.     TabOrder = 3
  62.     OnClick = UpButtonClick
  63.   end
  64.   object DownButton: TButton
  65.     Left = 256
  66.     Top = 200
  67.     Width = 75
  68.     Height = 25
  69.     Caption = 'Move &Down'
  70.     TabOrder = 4
  71.     OnClick = DownButtonClick
  72.   end
  73. end
  74.